home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Visual Basic Source Code
/
Visual Basic Source Code.iso
/
vbsource
/
pswdprot
/
aboutbox.frm
next >
Wrap
Text File
|
1995-05-07
|
5KB
|
155 lines
VERSION 2.00
Begin Form Aboutbox
BackColor = &H00C0C0C0&
BorderStyle = 1 'Fixed Single
Caption = "About Bitmap Screen Saver"
ClientHeight = 4560
ClientLeft = 1755
ClientTop = 2190
ClientWidth = 6420
ControlBox = 0 'False
Height = 4965
Left = 1695
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 4560
ScaleWidth = 6420
Top = 1845
Width = 6540
Begin TextBox Text7
BackColor = &H00C0C0C0&
BorderStyle = 0 'None
ForeColor = &H000000FF&
Height = 285
Left = 360
TabIndex = 9
Text = "Text7"
Top = 1320
Width = 5655
End
Begin TextBox Text6
BackColor = &H00C0C0C0&
BorderStyle = 0 'None
ForeColor = &H000000FF&
Height = 285
Left = 360
TabIndex = 8
Text = "Text6"
Top = 1080
Width = 5655
End
Begin TextBox Text5
BackColor = &H00C0C0C0&
BorderStyle = 0 'None
ForeColor = &H000000FF&
Height = 285
Left = 360
TabIndex = 7
Text = "Text5"
Top = 840
Width = 5655
End
Begin TextBox Text4
BackColor = &H00C0C0C0&
BorderStyle = 0 'None
FontBold = -1 'True
FontItalic = 0 'False
FontName = "MS Sans Serif"
FontSize = 12
FontStrikethru = 0 'False
FontUnderline = 0 'False
ForeColor = &H00FF0000&
Height = 300
Left = 360
TabIndex = 6
Text = "Text4"
Top = 2040
Width = 5655
End
Begin TextBox Text3
BackColor = &H00C0C0C0&
BorderStyle = 0 'None
FontBold = -1 'True
FontItalic = 0 'False
FontName = "MS Sans Serif"
FontSize = 12
FontStrikethru = 0 'False
FontUnderline = 0 'False
ForeColor = &H00FF0000&
Height = 300
Left = 360
TabIndex = 5
Text = "Text3"
Top = 1680
Width = 5655
End
Begin TextBox Text2
BackColor = &H00C0C0C0&
BorderStyle = 0 'None
ForeColor = &H000000FF&
Height = 255
Left = 360
TabIndex = 4
Text = "Text2"
Top = 600
Width = 5655
End
Begin SSPanel Panel3D2
BackColor = &H00C0C0C0&
BevelOuter = 1 'Inset
Caption = "Created by David D. Evans"
Font3D = 0 'None
Height = 852
Left = 840
TabIndex = 3
Top = 2760
Width = 4812
End
Begin TextBox Text1
BackColor = &H00C0C0C0&
BorderStyle = 0 'None
ForeColor = &H000000FF&
Height = 255
Left = 360
TabIndex = 2
Text = "Text1"
Top = 360
Width = 5655
End
Begin SSCommand Command3D1
Caption = "OK"
Font3D = 4 'Inset w/heavy shading
Height = 492
Left = 2760
TabIndex = 1
Top = 3720
Width = 972
End
Begin SSPanel Panel3D1
BackColor = &H00C0C0C0&
BevelOuter = 1 'Inset
Font3D = 0 'None
Height = 4332
Left = 120
TabIndex = 0
Top = 120
Width = 6132
End
End
Sub Command3D1_Click ()
Unload aboutbox
End Sub
Sub Form_Load ()
Text1.Text = "This screen saver expects the location of the BMP file to be "
text2.Text = "hard coded into the program The two password programs are"
text5.Text = "expected to be in the C:\WINDOWS\SYSTEM directory."
text6.Text = "Other screen scavers are available to display pictures"
text7.Text = "in different file types. The files stored can be in the format of "
text3.Text = "JPEG (JPG), TIFF (TIF), GIF (GIF), PCX (PCX),"
TEXT4.Text = "TARGA (TGA), BMP (BMP), and DIB (DIB)."
End Sub